home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 031a / runv11.zip / SCHED.DOC < prev    next >
Text File  |  1991-11-28  |  778b  |  29 lines

  1. NAME 
  2.      sched - Job scheduler.
  3.  
  4. SYNOPSIS 
  5.      load=sched.exe
  6.  
  7. DESCRIPTION 
  8.      Insert into the section [windows] in the file win.ini:
  9.           load=sched.exe
  10.  
  11.      Sched runs idle waiting for jobs. If a job is passed to
  12.      sched, sched changes to the directory specified in the
  13.      job, and runs the program (with optional parameters)
  14.      specified in the job as a child process. If the last
  15.      specified parameter is the & symbol, the program will
  16.      run minimized.
  17.  
  18.      Sched tries to find the program in the current direc-
  19.      tory, in the Windows directory, in the Windows system
  20.      directory and finaly in the directories specified in
  21.      the environment variable PATH.
  22.  
  23. SEE ALSO
  24.      run
  25.  
  26. COPYRIGHT 
  27.      (C) 1991 F.Wiarda
  28.  
  29.